type crypto/tls.transcriptHash
5 uses
crypto/tls (current package)
conn.go#L1044: func (c *Conn) writeHandshakeRecord(msg handshakeMessage, transcript transcriptHash) (int, error) {
conn.go#L1084: func (c *Conn) readHandshake(transcript transcriptHash) (any, error) {
conn.go#L1101: func (c *Conn) unmarshalHandshakeMessage(data []byte, transcript transcriptHash) (handshakeMessage, error) {
handshake_messages.go#L1890: type transcriptHash interface {
handshake_messages.go#L1896: func transcriptMsg(msg handshakeMessage, h transcriptHash) error {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |